[#Field: EI Consignee]
    Add : Option: EI ConsigneeSales: ($$IsSales:##SVVoucherType)

[#Field: ACLSLed]
    Add : Option: EI ConsigneePayment: ($$IsPayment:##SVVoucherType)

[!Field: EI ConsigneeSales]
    On: Accept: Yes : Exec COM Interface : Voice Interface :@@TomClsAmt

[!Field: EI ConsigneePayment]
    On: Accept: Yes : Exec COM Interface : Voice Interface :@@TomClAmt

[COM Interface: Voice Interface]
    Project : Sapi
    Class : SpVoice
    Interface : Speak
    Parameter : P1 : String
   
[System:Formulas]
    TomClsAmt : "Current Closing Balance Amount is "  + $$InWords:@@EIConBal + "Rupees Only"
    TomClAmt  : "Current Total Payables Amount is"  + $$InWords:@@LedgerTotal  + "Rupees Only"